![]() |
GetWindowClass |
||||
Header: | MacWindows.h | Carbon status: | Supported | |
Obtains the class of a window.
OSStatus GetWindowClass ( WindowRef window, WindowClass *outClass );
A pointer to the window whose class you wish to obtain.
On input, a pointer to a value of type WindowClass. On return, this value identifies the class of the specified window. See
A result code.
A window’s class categorizes the window for purposes of display (that is, both the window’s appearance and its display ordering) and tracking. A window’s class cannot be altered once the window has been created.
This function is available with Mac OS 8.5 and later.
Supported in Carbon. Available in CarbonLib 1.0 and later when WindowsLib 8.5 or later is installed. Exported by CarbonLib 1.0 and later and by WindowsLib 8.5 and later.
© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)